From: Richard M. Stallman Date: Tue, 10 Sep 2002 16:40:10 +0000 (+0000) Subject: Fix previous LessTif change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~48781 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=6cf6d325b017635521729e98ecaa2ce7406a349c;p=emacs.git Fix previous LessTif change. --- diff --git a/configure.in b/configure.in index d6345762974..c511be2e9d9 100644 --- a/configure.in +++ b/configure.in @@ -1830,7 +1830,7 @@ if test "${HAVE_X11}" = "yes"; then fi if test "${USE_X_TOOLKIT}" = "MOTIF"; then - AC_CACHE_CHECK(for LessTif where some systems put it, + AC_CACHE_CHECK(for LessTif where some systems put it, emacs_cv_lesstif, [AC_TRY_COMPILE([#include ], [int x = 5;], emacs_cv_lesstif=yes, emacs_cv_lesstif=no)])